hex

(alias) pure function hex(): text

Deprecated

Use 'to_hex' instead

Convert this integer to hexadecimal text.

Does not include a base prefix in the output, i.e. integer(25).to_hex() returns 19 rather than 0x19.

Alias

Alias target

Since

0.6.0